home *** CD-ROM | disk | FTP | other *** search
/ Boot Disc 23 / boot-disc-1998-07.iso / boot Drivers 7-98 / 3D Accelerators / Riva 128 / Total 3D 128V / NT4 / Totl3v.inf < prev    next >
INI File  |  1997-12-09  |  3KB  |  120 lines

  1. /****************************************************************************
  2. *                                                                           *
  3. * Copyright (C) 1997  Canopus Corporation.  All Rights Reserved.            *
  4. *                                                                           *
  5. ****************************************************************************/
  6.  
  7. ; INF file for Canopus Total3D 128V WinNT 4.0 display driver
  8.  
  9. [Version]
  10. Signature="$CHICAGO$"
  11. Provider=%CANOPUS%
  12. ClassGUID={4D36E968-E325-11CE-BFC1-08002BE10318}
  13. Class=Display
  14.  
  15. [DestinationDirs]
  16. DefaultDestDir  = 11
  17. T3D.Display     = 11  ; system32
  18. T3D.Miniport    = 12  ; drivers
  19. T3D.Utility     = 11
  20. T3D.Inf         = 17
  21.  
  22. ;
  23. ; Driver information
  24. ;
  25.  
  26. [Manufacturer]
  27. %CANOPUS%   = CANOPUS.Mfg
  28.  
  29. [CANOPUS.Mfg]
  30. %CANOPUS% Total3D 128V = T3D
  31.  
  32.  
  33. ;-------------
  34. ; T3D 
  35. ;
  36. ; General installation section
  37. ;
  38.  
  39. [T3D]
  40. CopyFiles=T3D.Miniport, T3D.Display
  41.  
  42. ;
  43. ; File sections
  44. ;
  45.  
  46. [T3D.Miniport]
  47. totl3vm.sys
  48.  
  49. [T3D.Display]
  50. totl3v.dll
  51. totl3vwt.dll
  52.  
  53. ;
  54. ; Service Installation
  55. ;
  56.  
  57. [T3D.Services]
  58. AddService = "Total3D 128V", 0x00000002, T3D_Service_Inst, T3D_EventLog_Inst
  59.  
  60. [T3D_Service_Inst]
  61. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
  62. StartType      = 1                  ; SERVICE_SYSTEM_START
  63. ErrorControl   = 0                  ; SERVICE_ERROR_IGNORE
  64. LoadOrderGroup = Video
  65. ServiceBinary  = %12%\totl3vm.sys
  66.  
  67. [T3D_EventLog_Inst]
  68. AddReg = T3D_EventLog_AddReg
  69.  
  70. [T3D_EventLog_AddReg]
  71. HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\totl3vm.sys"
  72. HKR,,TypesSupported,0x00010001,7
  73.  
  74.  
  75. ;
  76. ; Software Installation
  77. ;
  78.  
  79. [T3D.SoftwareSettings]
  80. AddReg = T3D_SoftwareDeviceSettings
  81.  
  82. [T3D_SoftwareDeviceSettings]
  83. HKR,, InstalledDisplayDrivers,     %REG_MULTI_SZ%, totl3v
  84. HKR,, VgaCompatible,               %REG_DWORD%,    0
  85. HKR,, ClearPOS,                    %REG_DWORD%,    1
  86. HKR,, EnableDMA,                   %REG_DWORD%,    1
  87.  
  88. ;-------------
  89. ;
  90. ; Source file information
  91. ;
  92.  
  93. [SourceDisksNames.x86]
  94. 1 = %DiskId%,,,""
  95.  
  96. [SourceDisksFiles]
  97. totl3vm.sys     = 1
  98. totl3v.dll      = 1
  99. totl3vwt.dll    = 1
  100.  
  101. [Strings]
  102. ;
  103. ; Non-Localizable Strings
  104. ;
  105.  
  106. REG_SZ         = 0x00000000
  107. REG_MULTI_SZ   = 0x00010000
  108. REG_EXPAND_SZ  = 0x00020000
  109. REG_BINARY     = 0x00000001
  110. REG_DWORD      = 0x00010001
  111. SERVICEROOT    = System\CurrentControlSet\Services
  112.  
  113. ;
  114. ; Localizable Strings
  115. ;
  116.  
  117. DiskId       = "Canopus Total3D 128V Installation DISK"
  118. GraphAdap    = "Graphics Adapter"
  119. CANOPUS      = "Canopus"
  120.